home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DUPV1.ARJ / DEMO1.BAT < prev    next >
DOS Batch File  |  1991-05-23  |  229b  |  20 lines

  1. if not exist file.lst goto error
  2. cls
  3.  
  4. dup md
  5. dup copy .
  6. dir > DATA
  7. dup dir * ">>" DATA
  8. more < data
  9.  
  10.  
  11. goto end
  12. :error
  13. echo off
  14. cls
  15. echo FILE.LST must exist to execute this demo file!
  16. echo  
  17. echo  
  18. echo  
  19. :end
  20.